forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
11 lines
377 B
C
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");
|