- Fix c++11 literal suffix warnings / patch by Edward-san.

This commit is contained in:
Christoph Oelckers 2013-07-22 22:25:44 +02:00
commit db562142f0
9 changed files with 35 additions and 35 deletions

View file

@ -63,7 +63,7 @@ bool FPlayList::ChangeList (const char *path)
if ( (file = fopen (path, "rb")) == NULL)
{
Printf ("Could not open "TEXTCOLOR_BOLD"%s"TEXTCOLOR_NORMAL": %s\n", path, strerror(errno));
Printf ("Could not open " TEXTCOLOR_BOLD "%s" TEXTCOLOR_NORMAL ": %s\n", path, strerror(errno));
return false;
}