mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 09:52:27 -04:00
new certificate authorities needed--I guess we need to automate this somehow
This commit is contained in:
parent
e6ffb2e509
commit
51d420ed81
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -72,7 +72,7 @@ main(int argc, char *argv[]) {
|
||||
// Now write the data to the .c file, in a compilable form, similar
|
||||
// to bin2c.
|
||||
ofstream out;
|
||||
Filename target = Filename::text_filename(target_filename);
|
||||
Filename target = Filename::text_filename(string(target_filename));
|
||||
if (!target.open_write(out)) {
|
||||
cerr << "Couldn't open " << target_filename << " for writing.\n";
|
||||
return (1);
|
||||
|
Loading…
x
Reference in New Issue
Block a user