blob: c74718e2b7f1f2c416e35ebade54f00e783138fd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
diff -Naur libfreebob-1.0.11.orig/tests/test-volume.cpp libfreebob-1.0.11/tests/test-volume.cpp
--- libfreebob-1.0.11.orig/tests/test-volume.cpp 2007-10-15 16:15:07.000000000 -0200
+++ libfreebob-1.0.11/tests/test-volume.cpp 2008-12-16 15:33:36.000000000 -0200
@@ -109,7 +109,7 @@
exit(0);
}
- int errno = 0;
+ errno = 0;
char* tail;
int node_id = strtol( argv[1], &tail, 0 );
int fb_id = strtol( argv[2], &tail, 0 );
|