summaryrefslogtreecommitdiffstats
path: root/MacOS/GetHTTPS.src/GetHTTPS.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'MacOS/GetHTTPS.src/GetHTTPS.cpp')
-rw-r--r--MacOS/GetHTTPS.src/GetHTTPS.cpp4
1 files changed, 2 insertions, 2 deletions
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());
}