Ignore:
Timestamp:
05/09/12 20:30:43 (13 months ago)
Author:
Michael Medin <michael@…>
Branches:
master, 0.4.0, 0.4.1, 0.4.2
Children:
c630d09, 91f567f
Parents:
d6c3131
Message:

empty section fix to scheduler as well..

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/Scheduler/schedules.hpp

    r8d89d7a rdf109f9  
    7575    } 
    7676    void set_command(std::wstring str) { 
    77       strEx::parse_command(str, command, arguments); 
     77      if (!str.empty()) { 
     78        strEx::parse_command(str, command, arguments); 
     79      } 
    7880    } 
    7981 
Note: See TracChangeset for help on using the changeset viewer.