Remove debug printf (merge from trunk r5007.) git-svn-id: svn+ssh://svn.code.sf.net/p/mingw-w64/code/stable/v2.x@5008 4407c894-4637-0410-b4f5-ada5f102cad1
diff --git a/mingw-w64-crt/revstamp.h b/mingw-w64-crt/revstamp.h index 12d98aa..11791a4 100644 --- a/mingw-w64-crt/revstamp.h +++ b/mingw-w64-crt/revstamp.h
@@ -1,4 +1,4 @@ /* Do not edit. Autogenerated. */ -#define __MINGW_W64_REV "4986" -#define __MINGW_W64_REV_STAMP "2012-05-09" +#define __MINGW_W64_REV "5008" +#define __MINGW_W64_REV_STAMP "2012-05-14"
diff --git a/mingw-w64-crt/stdio/ftruncate64.c b/mingw-w64-crt/stdio/ftruncate64.c index 4b56eec..9fc32c5 100644 --- a/mingw-w64-crt/stdio/ftruncate64.c +++ b/mingw-w64-crt/stdio/ftruncate64.c
@@ -220,7 +220,7 @@ /* Get available free space */ check = GetDiskFreeSpaceExW(dirpath,&freespace,NULL,NULL); - wprintf(L"freespace %I64u\n",freespace); + //wprintf(L"freespace %I64u\n",freespace); free(dirpath); if(!check) { _set_errno(EFBIG);