SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View file

@ -0,0 +1,25 @@
const char* for ""
Index: main.cpp
--- main.cpp.orig
+++ main.cpp
@@ -66,7 +66,7 @@ int verbose = 0;
int main(int argc, char *argv[])
try
{
- char c;
+ int c;
int option_index = 0;
gfx_int *iface = 0;
@@ -74,8 +74,8 @@ try
ostream *ofile = 0;
char *outfile_str = 0;
- char *interpreter_str = "turtle";
- char *interface_str = "gl";
+ const char *interpreter_str = "turtle";
+ const char *interface_str = "gl";
char *module_str = 0;
double min, max, step;
int show_depth = 0;