Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/builder.cpp

    r74459a r09f615  
    5353  stopQueue();
    5454#endif
     55  int status = 0;
    5556  if (UIFactory::getInstance().getUIName() == "CommandLine")
    56     return saveAll();
    57   return 0;
     57    status = saveAll();
     58  return status;
    5859}
    5960
Note: See TracChangeset for help on using the changeset viewer.