oops: function need to return something

This commit is contained in:
Eric House 2013-08-15 19:22:01 -07:00
parent 62f0819a82
commit d07bb5013d

View file

@ -1559,6 +1559,7 @@ string_printf( string& str, const char* fmt, ... )
break;
}
}
return str;
}
// Going with non-blocking instead