|
From: <cre...@us...> - 2006-09-08 18:05:27
|
Revision: 1498
http://svn.sourceforge.net/frontierkernel/?rev=1498&view=rev
Author: creecode
Date: 2006-09-08 11:05:22 -0700 (Fri, 08 Sep 2006)
Log Message:
-----------
minor code tweak, no functional change
Modified Paths:
--------------
Frontier/branches/FSRef_Migration/Common/source/shellwindow.c
Modified: Frontier/branches/FSRef_Migration/Common/source/shellwindow.c
===================================================================
--- Frontier/branches/FSRef_Migration/Common/source/shellwindow.c 2006-09-08 18:02:56 UTC (rev 1497)
+++ Frontier/branches/FSRef_Migration/Common/source/shellwindow.c 2006-09-08 18:05:22 UTC (rev 1498)
@@ -526,7 +526,7 @@
if (!getfsvolume (fspec, &vnum)) // don't allow default vol to satisfy fileexists
return (false);
- extendfilespec ( fspec, fspec );
+ ( void ) extendfilespec ( fspec, fspec );
return ( fileexists ( fspec, &flfolder ) );
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|