Subversion Repositories SvarDOS

Rev

Rev 1974 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1974 Rev 1976
Line 332... Line 332...
332
  strcat(buff, ".lsm");
332
  strcat(buff, ".lsm");
333
  unzip_result = zip_unzip(zipfd, ziplinkedlist, buff, buff15k);
333
  unzip_result = zip_unzip(zipfd, ziplinkedlist, buff, buff15k);
334
  outputnl("");
334
  outputnl("");
335
  if (unzip_result != 0) {
335
  if (unzip_result != 0) {
336
    sprintf(buff, svarlang_str(10,4), unzip_result); /* "ERROR: unzip failure (%d)" */
336
    sprintf(buff, svarlang_str(10,4), unzip_result); /* "ERROR: unzip failure (%d)" */
337
    outputnl(buff);
337
    output(buff);
-
 
338
    if (unzip_result == -4) {
-
 
339
      output(" [");
-
 
340
      output(svarlang_str(2,14)); /* "Out of memory" */
-
 
341
      output("]");
-
 
342
    }
338
    return(-1);
343
    return(-1);
339
  }
344
  }
340
  filesextractedsuccess++;
345
  filesextractedsuccess++;
341
 
346
 
342
  /* open the (freshly created) LSM file */
347
  /* open the (freshly created) LSM file */