ossp-pkg/rc/rc_private.h 1.28 -> 1.29
--- rc_private.h 2003/05/21 12:49:21 1.28
+++ rc_private.h 2003/05/28 15:09:29 1.29
@@ -77,7 +77,7 @@
typedef struct {
short m_nRcs; /* How many rc files */
short m_nSecs; /* How many sections */
- char **m_szRcs; /* Rc file names */
+ char **m_pszRcs; /* Rc file names */
char *m_szTmp; /* Temp file name */
char *m_szFuncs; /* Function file names */
char *m_szLocs; /* Location path names */
|
|