mirror of
				https://github.com/ElvishArtisan/rivendell.git
				synced 2025-10-31 06:03:51 +01: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:
		| @@ -14733,3 +14733,6 @@ | ||||
| 	group. | ||||
| 	* Added 'CONDUCTOR', 'SONG_ID' and 'SCHED_CODE' fields to the | ||||
| 	'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(96);    // Apostrophe Quote | ||||
|   banned_chars.push_back(0);   // NULL | ||||
| } | ||||
|  | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user