[ Thread Index |
Date Index
| More vhffs.org/vhffs-dev Archives
]
Revision: 1532
Author: gradator
Date: 2010-01-09 20:48:26 +0100 (Sat, 09 Jan 2010)
Log Message:
-----------
hehe
Modified Paths:
--------------
trunk/vhffs-fssync/vhffsfssync_slave.c
Modified: trunk/vhffs-fssync/vhffsfssync_slave.c
===================================================================
--- trunk/vhffs-fssync/vhffsfssync_slave.c 2010-01-09 19:38:37 UTC (rev 1531)
+++ trunk/vhffs-fssync/vhffsfssync_slave.c 2010-01-09 19:48:26 UTC (rev 1532)
@@ -647,7 +647,7 @@
filesindex = g_hash_table_new_full(g_str_hash, g_str_equal, NULL, NULL);
// check each file
- for( i = 2 ; i < argc ; i+=4 ) {
+ for( i = 3 ; i < argc ; i+=4 ) {
char *path;
g_hash_table_insert(filesindex, args[i], args[i]);