mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-02-17 21:34:10 -05:00
demoved debug output
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7055 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
f198f9c784
commit
a44d2b281d
@ -162,7 +162,7 @@ const char *RsDirUtil::scanf_string_for_uint(int bytes)
|
|||||||
{
|
{
|
||||||
const char *strgs[3] = { "%u","%lu","%llu" } ;
|
const char *strgs[3] = { "%u","%lu","%llu" } ;
|
||||||
|
|
||||||
std::cerr << "RsDirUtil::scanf_string_for_uint(): returning for bytes=" << bytes << std::endl;
|
//std::cerr << "RsDirUtil::scanf_string_for_uint(): returning for bytes=" << bytes << std::endl;
|
||||||
|
|
||||||
if(sizeof(unsigned int) == bytes)
|
if(sizeof(unsigned int) == bytes)
|
||||||
return strgs[0] ;
|
return strgs[0] ;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user