SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
10
x11/flvw/patches/patch-1_0_test_testtable2_cxx
Normal file
10
x11/flvw/patches/patch-1_0_test_testtable2_cxx
Normal 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];
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue