mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-05-13 15:38:58 +02:00
2015-01-29 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in 'lib/rdidvalidator.cpp' that caused an empty string to be evaluated as invalid.
This commit is contained in:
parent
774e3c42e7
commit
6c0ef21ac9
@ -14733,3 +14733,6 @@
|
|||||||
group.
|
group.
|
||||||
* Added 'CONDUCTOR', 'SONG_ID' and 'SCHED_CODE' fields to the
|
* Added 'CONDUCTOR', 'SONG_ID' and 'SCHED_CODE' fields to the
|
||||||
'Cart Data Dump (CSV)' report in 'rdlibrary/list_reports.cpp'.
|
'Cart Data Dump (CSV)' report in 'rdlibrary/list_reports.cpp'.
|
||||||
|
2015-01-29 Fred Gleason <fredg@paravelsystems.com>
|
||||||
|
* Fixed a bug in 'lib/rdidvalidator.cpp' that caused an empty
|
||||||
|
string to be evaluated as invalid.
|
||||||
|
@ -30,7 +30,6 @@ RDIdValidator::RDIdValidator(QObject *parent)
|
|||||||
banned_chars.push_back('\\');
|
banned_chars.push_back('\\');
|
||||||
banned_chars.push_back('.');
|
banned_chars.push_back('.');
|
||||||
banned_chars.push_back(96); // Apostrophe Quote
|
banned_chars.push_back(96); // Apostrophe Quote
|
||||||
banned_chars.push_back(0); // NULL
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user