[jbossnative-commits] JBoss Native SVN: r977 - trunk/sight/native/share.
jbossnative-commits at lists.jboss.org
jbossnative-commits at lists.jboss.org
Wed Sep 5 12:10:30 EDT 2007
Author: mladen.turk at jboss.com
Date: 2007-09-05 12:10:30 -0400 (Wed, 05 Sep 2007)
New Revision: 977
Modified:
trunk/sight/native/share/jnu.c
Log:
Fix typo for RPC file systems
Modified: trunk/sight/native/share/jnu.c
===================================================================
--- trunk/sight/native/share/jnu.c 2007-09-05 16:07:30 UTC (rev 976)
+++ trunk/sight/native/share/jnu.c 2007-09-05 16:10:30 UTC (rev 977)
@@ -461,7 +461,7 @@
return SIGHT_FS_UNKNOWN;
break;
case 'R':
- if (memcmp(p, "PC", 3) == 0)
+ if (memcmp(p, "PC", 2) == 0)
return SIGHT_FS_RPC;
if (memcmp(p, "OMFS", 4) == 0)
return SIGHT_FS_ROMFS;
More information about the jbossnative-commits
mailing list