Show
Ignore:
Timestamp:
27/05/11 10:31:18 (12 months ago)
Author:
westram
Message:
  • if ARB can't write to /tmp, it terminated with 'unknown error'
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/stable_5.0/ARBDB/ad_load.c

    r6149 r7590  
    14161416    GB_init_gb(); 
    14171417 
    1418     if (GB_install_pid(1)) return 0; 
     1418    error = GB_install_pid(1); 
     1419    if (error) { 
     1420        GB_export_error(error); 
     1421        return 0; 
     1422    } 
    14191423 
    14201424    Main = gb_make_gb_main_type(path);