X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=rln.c;h=0a1d2aac0fd19dca7d2e72d04ac9561821df6053;hb=ccc8cc33ff5d2b0b7b5a0473555182f44fa66104;hp=080ef5190568d3a677c7e1385c0d60ef8569b194;hpb=20972dfe982963fd3d73dbff043f15518f3a3a1b;p=rln diff --git a/rln.c b/rln.c index 080ef51..0a1d2aa 100644 --- a/rln.c +++ b/rln.c @@ -2371,7 +2371,10 @@ int DoArchive(char * fname, int fd) objSize[i] = ptr[48 + i]; } - if (HasDotOSuffix(objName)) + // Need to fix this so that the " " files are properly + // expanded to their filenames (seems to be either "//" or + // "ARFILENAMES/") + if ((HasDotOSuffix(objName)) || (strlen(objName) == 0)) { //printf("Processing object \"%s\" (size == %i, obj_index == %i)...\n", objName, atoi(objSize), obj_index); strcpy(obj_fname[obj_index], objName);