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,10 @@
--- 1.0/test/testtable2.cxx.orig Sun Jan 23 22:16:00 2000
+++ 1.0/test/testtable2.cxx Sat Aug 10 19:33:43 2002
@@ -46,6 +46,7 @@ char *val[12][5] =
char *get_value( int R, int C )
{
+ if (R == -3) return 0;
return val[R+2][C];
}