diff --git a/modules/libcom/src/fdmgr/fdManager.cpp b/modules/libcom/src/fdmgr/fdManager.cpp index e25a0f787..f087436f2 100644 --- a/modules/libcom/src/fdmgr/fdManager.cpp +++ b/modules/libcom/src/fdmgr/fdManager.cpp @@ -382,7 +382,7 @@ void fdRegId::show(unsigned level) const if (level > 1u) { printf("\tfd = %" #if defined(_WIN32) - "I" + "ll" #endif "d, type = %d\n", fd, type);