From 4327aae816f6c147782b5a011c7f899558629c27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ulf=20M=C3=B6ller?= Date: Tue, 6 Feb 2001 02:57:35 +0000 Subject: format strings --- MacOS/GetHTTPS.src/GetHTTPS.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'MacOS') diff --git a/MacOS/GetHTTPS.src/GetHTTPS.cpp b/MacOS/GetHTTPS.src/GetHTTPS.cpp index d62dc50473..3a5e3f0186 100644 --- a/MacOS/GetHTTPS.src/GetHTTPS.cpp +++ b/MacOS/GetHTTPS.src/GetHTTPS.cpp @@ -167,7 +167,7 @@ void main(void) tempString[bytesRead] = '\0'; - printf(tempString); + printf("%s", tempString); } printf("\n\n\n"); @@ -201,7 +201,7 @@ EXITPOINT: { printf("An error occurred:\n"); - printf(GetErrorMessage()); + printf("%s",GetErrorMessage()); } -- cgit v1.2.3