]> bicyclesonthemoon.info Git - ott/enhance/blobdiff - bluenh-cgi.c
newpixbot online
[ott/enhance] / bluenh-cgi.c
index aa431db28b5dd18e5e105f85a69886bb59953247..b55cc8a1fcde5d8312e96f443fd9bd97e9ddabd6 100644 (file)
@@ -1,7 +1,7 @@
 /*
 bluenh-cgi.c
 Online interface for npb
-04.12.2022
+05.12.2022
 
 Copyright (C) 2013, 2014, 2022  Balthasar SzczepaƄski
 
@@ -141,12 +141,12 @@ int bluenh (
        pid_t sub;
        int r;
        
-       snprintf(s_a, 4, "%"SCNuFAST8, a);
-       snprintf(s_b, 4, "%"SCNuFAST8, b);
-       snprintf(s_c, 4, "%"SCNuFAST8, c);
-       snprintf(s_d, 4, "%"SCNuFAST8, d);
-       snprintf(s_e, 4, "%"SCNuFAST8, e);
-       snprintf(s_f, 4, "%"SCNuFAST8, f);
+       snprintf(s_a, 4, "%"PRIuFAST8, a);
+       snprintf(s_b, 4, "%"PRIuFAST8, b);
+       snprintf(s_c, 4, "%"PRIuFAST8, c);
+       snprintf(s_d, 4, "%"PRIuFAST8, d);
+       snprintf(s_e, 4, "%"PRIuFAST8, e);
+       snprintf(s_f, 4, "%"PRIuFAST8, f);
        
        sub = fork();
        if (sub == 0)