]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - crypto-keygen-standalone.c
properly detect glsl 1.3 support
[xonotic/darkplaces.git] / crypto-keygen-standalone.c
index 66a8447df63aeace6ebd5badd8e5bdf1979972fa..d9206915a775453043d36bc3817e9f0fccd362da 100644 (file)
@@ -674,7 +674,6 @@ int main(int argc, char **argv)
                                CHECK(d0_blind_id_fingerprint64_public_id(ctx, fp64, &fp64size));
                                printf("%d\n", (int)status);
                                printf("%.*s\n", (int)fp64size, fp64);
-                               buf2file(outfile, databuf_out, databufsize_out);
 
                                if(outfile2)
                                {