|
From: <cre...@us...> - 2006-09-08 17:58:41
|
Revision: 1495
http://svn.sourceforge.net/frontierkernel/?rev=1495&view=rev
Author: creecode
Date: 2006-09-08 10:58:39 -0700 (Fri, 08 Sep 2006)
Log Message:
-----------
minor code tweak, no functional change
Modified Paths:
--------------
Frontier/branches/FSRef_Migration/Common/source/fileverbs.c
Modified: Frontier/branches/FSRef_Migration/Common/source/fileverbs.c
===================================================================
--- Frontier/branches/FSRef_Migration/Common/source/fileverbs.c 2006-09-08 17:57:29 UTC (rev 1494)
+++ Frontier/branches/FSRef_Migration/Common/source/fileverbs.c 2006-09-08 17:58:39 UTC (rev 1495)
@@ -2820,7 +2820,7 @@
case errorNone:
if (flwasalias) {
- getfilespecparent ( &fs );
+ ( void ) getfilespecparent ( &fs );
return (setfilespecvalue ( &fs, vreturned));
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|