X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=make_bundled_shaders.cpp;fp=make_bundled_shaders.cpp;h=225d08431d3022a0d9cba99de6b39366def8bc59;hp=53ce13fac597d37cf69f9bb1781cb88f48bc107b;hb=61799c1d01e79b7d203cf2c89798aa567a341aba;hpb=dbe9f61e611fafb918328b6f99e4533d2401e775 diff --git a/make_bundled_shaders.cpp b/make_bundled_shaders.cpp index 53ce13f..225d084 100644 --- a/make_bundled_shaders.cpp +++ b/make_bundled_shaders.cpp @@ -54,7 +54,7 @@ int main(int argc, char **argv) } else if (ch == '\\') { printf("\\\\"); } else if (!isprint(ch)) { - printf("\\0%o", ch); + printf("\\%o", ch); } else { printf("%c", ch); }