ike nothing uses __SK__ anyway, so it could just be simplified to a
definition of "struct sk".)
--
Adam Sampson <http://offog.org/>
___
cdesktopenv-devel mailing list
cdesktopenv-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cdesktopenv-devel
When building a program foo in-tree, libtool 2.4.6 generates an
executable called lt-foo with a wrapper script called foo. This
means that argv[0] inside the program is lt-foo rather than foo.
This is a problem for dtcodegen, which uses the program name for various
purposes including the "generate
---
cde/lib/DtSvc/DtUtil2/SunDtHelp.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/cde/lib/DtSvc/DtUtil2/SunDtHelp.c
b/cde/lib/DtSvc/DtUtil2/SunDtHelp.c
index aa7a15fc5..759a87554 100644
--- a/cde/lib/DtSvc/DtUtil2/SunDtHelp.c
+++ b/cde/lib/DtSvc/DtUtil2/SunDtHelp.c
@@ -49,6 +49,7 @@
*+E
return(NULL) is correct for the other functions here but not for this
one, since it's meant to return a DtHELP_ error code. The man page also
says it should also set *widget to NULL on error.
---
cde/lib/DtSvc/DtUtil2/SunDtHelp.c | 6 --
1 file changed, 4 insertions(+), 2 deletions(-)
diff --