mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
3b7e6d1084
PR: 5331 Submitted by: Pedro Giffuni S. <giffunip@asme.org>
20 lines
527 B
Plaintext
20 lines
527 B
Plaintext
*** setstate.c.orig Mon May 12 10:42:06 1997
|
|
--- setstate.c Mon Apr 27 01:10:29 1998
|
|
***************
|
|
*** 509,515 ****
|
|
}
|
|
|
|
if(found_label == FALSE)
|
|
! strcpy(help_location,"/usr/local/xldlas/help/");
|
|
strcpy(searcher,"test -r ");
|
|
strcat(searcher, help_location);
|
|
strcat(searcher,"general.help");
|
|
--- 509,515 ----
|
|
}
|
|
|
|
if(found_label == FALSE)
|
|
! strcpy(help_location, PREFIX "/share/xldlas/help/");
|
|
strcpy(searcher,"test -r ");
|
|
strcat(searcher, help_location);
|
|
strcat(searcher,"general.help");
|