Update of /cvsroot/xplc/xplc/uuid/bin
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25510/bin
Modified Files:
uuidgen.c
Log Message:
Bug report address.
Index: uuidgen.c
===================================================================
RCS file: /cvsroot/xplc/xplc/uuid/bin/uuidgen.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** uuidgen.c 21 Oct 2005 14:18:55 -0000 1.3
--- uuidgen.c 21 Oct 2005 16:19:01 -0000 1.4
***************
*** 84,87 ****
--- 84,89 ----
"universally\n"
"unique identifier (UUID), and output it as requested.\n");
+ printf("\n"
+ "Report bugs to <" PACKAGE_BUGREPORT ">.\n");
}
|