Possibly fix bug.

This commit is contained in:
Keith Winstein
2011-08-10 04:36:04 -04:00
parent d7433c07d3
commit e18152c1e2
2 changed files with 3 additions and 5 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ int main( int argc, char *argv[] )
n->recv();
if ( n->get_remote_state_num() != last_num ) {
fprintf( stderr, "%s\n", n->get_remote_diff().c_str() );
fprintf( stderr, "%s", n->get_remote_diff().c_str() );
last_num = n->get_remote_state_num();
}
}