View Single Post
  #1  
Old 08-04-2009, 12:23 PM
Asram
Fire Beetle
 
Join Date: Mar 2009
Location: Texas
Posts: 9
Default Typo In TaskSystem Rule

This is probably very minor, but I caught it with a grep and thought I'd post rather than disregard.

In tasks.cpp (this morning's revision),

lines 1385 & 1458 reference:

Code:
if(RuleB(TasksSystem, KeepOneRecordPerCompletedTask)) {
Shouldn't it probably be 'TaskSystem' like the other rule values?
Reply With Quote