opnsense-ports/graphics/urt/files/patch-get__getfb.c
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

11 lines
377 B
C

--- get/getfb.c.orig Mon Mar 7 23:33:32 2005
+++ get/getfb.c Mon Mar 7 23:44:28 2005
@@ -47,7 +47,7 @@
}
rle_file = argv[0];
- rle_names( &hdr, hdr.cmd, rle_file );
+ rle_names( &hdr, hdr.cmd, rle_file, 0 );
hdr.rle_file = rle_open_f(hdr.cmd, rle_file, "r");
if( rle_get_setup( &hdr ) < 0 ) {
fprintf(stderr, "getfb: Error reading setup information\n");