comparison src/xs_support.c @ 230:608f31f6c095

Raw cleanup.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 21 Dec 2004 09:25:03 +0000
parents 858c09f59011
children 7833df935239
comparison
equal deleted inserted replaced
229:7bb9e20e3092 230:608f31f6c095
91 } 91 }
92 92
93 93
94 /* Concatenates a given string into string pointed by *ppResult. 94 /* Concatenates a given string into string pointed by *ppResult.
95 */ 95 */
96 gint th_pstrcat(gchar **ppResult, const gchar *pStr) 96 gint xs_pstrcat(gchar **ppResult, const gchar *pStr)
97 { 97 {
98 /* Check the string pointers */ 98 /* Check the string pointers */
99 if (!ppResult || !pStr) return -1; 99 if (!ppResult || !pStr) return -1;
100 100
101 if (*ppResult != NULL) 101 if (*ppResult != NULL)