Sophie

Sophie

distrib > Fedora > 16 > i386 > by-pkgid > 92d2bfb5a363004a8a399eefe5c79f14 > files > 152

coccinelle-examples-1.0.0-0.rc4.2.fc16.i686.rpm

--- test.c.i	2010-05-25 11:50:20.000000000 +0200
+++ /tmp/cocci-output-6159-8a3e07-test.c.i	2010-05-25 11:50:20.000000000 +0200
@@ -11,7 +11,7 @@ int main(void) {
 
 
 
- x = 2;
+ x = 2 + 1;
 
  return x;
 }
--- test2.c.i	2010-05-25 11:50:20.000000000 +0200
+++ /tmp/cocci-output-6174-d107da-test2.c.i	2010-05-25 11:50:20.000000000 +0200
@@ -4,6 +4,6 @@
 # 1 "test2.c"
 int main() {
  int foo;
- foo = 1000;
+ foo = 1000 + 1;
  return 0;
 }