X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=make_bundled_shaders.cpp;h=225d08431d3022a0d9cba99de6b39366def8bc59;hb=HEAD;hp=53ce13fac597d37cf69f9bb1781cb88f48bc107b;hpb=9a436a9406d5eb7fb01ada465a84034343e0c398;p=movit 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); }