[hatari-devel] Re: Minor fix for path.c |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
- To: Hatari devel list <hatari-devel@xxxxxxxxxxxxxxxxxxx>
- Subject: [hatari-devel] Re: Minor fix for path.c
- From: Andreas Grabher <andreas_g86@xxxxxxxxxx>
- Date: Mon, 28 Oct 2024 18:21:15 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=icloud.com; s=1a1hai; t=1730136078; bh=irdfOH5/kluSyS7h5jdn66JeKg+SGhBWWz7MKcJgMY0=; h=From:Content-Type:Mime-Version:Subject:Date:To:Message-Id; b=n8kFa4dLMUhio1VRN0a2J8nEeQ0leOQF/dTjjRIeAxCetJaDnNddn9NiIigUcnyL+ Sf1/YjhtDTDIkm8d+cwBrYi8H8GbCoxMjeX9uUQVUGJRolBkDHMeJ/MRCQWUjHucj+ QGJXoq1YtT1JCnD4l4byi4bmNi6heEKVZLIitYIbZiqqZPQkXCdznNBCZhy5p/4lam LR+2yyhxni1l955uKS6mPbXa2kjHDGHDN/wiR7CE499q8Fg76+XELRUYxOKewDo+ZU 4mzdRNtlkp6OJluk/0Fwfm4mkix2Fg62UTwnyXSSYMfWZA/sSOdApcYwWoa86TQG1c qY+uXk7PEXaKw==
> Am 28.10.2024 um 18:20 schrieb Andreas Grabher <andreas_g86@xxxxxxxxxx>:
>
> Hello all,
>
> I’d like to suggest the appended minor patch. It unifies the format of comments (there are three C++-style comments in the file while all others are C-style) and makes File_Open() safe in case someone passes a NULL-pointer to it.
>
> <hatari.diff>
Sorry, title should be … fix for file.c.