1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-06-18 03:00:42 -04:00
ports/graphics/grads/files/patch-src_gxtran.c
2014-05-24 22:51:01 +00:00

20 lines
412 B
C

--- src/gxtran.c.orig 2014-05-24 15:45:07.000000000 -0700
+++ src/gxtran.c 2014-05-24 15:46:08.000000000 -0700
@@ -97,7 +97,7 @@
infile = fopen(ifi,"rb");
if (infile == NULL) {
printf ("Cannot open input file: %s\n",ifi);
- return;
+ return 1;
}
pnt = 0;
@@ -257,7 +257,7 @@
else {
printf ("Invalid command found %i \n",cmd);
- return;
+ return 1;
}
}
}