Initialise `sn' before using its value.

This commit is contained in:
Stefan Farfeleder 2005-03-08 21:46:18 +00:00
parent 9a9ef8b65a
commit f51df9ed11

View file

@ -128,8 +128,7 @@ Int_Open_Disk(const char *name, char *conftxt)
lo[0] = 0;
for (; p != NULL && *p; p = q) {
if (sn)
sn = NULL;
sn = NULL;
q = strchr(p, '\n');
if (q != NULL)
*q++ = '\0';