Stefan Schuermans commited on 2011-12-11 21:38:43 Showing 1 changed files, with 1 additions and 1 deletions.
@@ -44,7 +44,7 @@ bool SerCfg::fromStr(const std::string &str)
!parser.uintMin(1, data))
return false;
}
- if (!parser.fixChr('n') ||
+ if (!parser.fixChr(',') ||
!parser.uintMin(1, stop) ||
!parser.isDone())