Unspecified files are null strings, not null pointers
commitc147da0d28ac26e238ece82893168a34a1c6a103
authorH. Peter Anvin <hpa@zytor.com>
Mon, 1 Oct 2007 18:28:32 +0000 (1 11:28 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Mon, 1 Oct 2007 18:28:32 +0000 (1 11:28 -0700)
treef9781cac9f075079358a8bb9dd0e3eff45caae1a
parent59ddd26aac7504d49ced00cd9c8757fdc58c86f1
Unspecified files are null strings, not null pointers

We use empty strings, not null pointers, for unspecified files, so
there is no need to compare them for nullness.
nasm.c