Bug 166257: declare 'temp' with #if DEBUG because it is only used in code

that is ifdef'd with DEBUG.  Thanks to timeless@bemail.org for the patch.
This commit is contained in:
wtc%netscape.com 2002-09-04 01:29:48 +00:00
parent ba0e03e53e
commit 45243e441e

View File

@ -1296,7 +1296,9 @@ ConvertUnixPathToMacPath(const char *unixPath, char **macPath)
FSSpec foundSpec;
short pathBufferSize;
#if DEBUG
char *temp;
#endif
int tempLen;
// Are we dealing with the temp folder?