comparison mcabber/src/histolog.c @ 352:e7e2f2fcc765

Correct a comment
author Mikael Berthe <mikael@lilotux.net>
date Fri, 22 Jul 2005 12:50:45 +0100
parents f562b9af2de7
children d8f147d6e872
comparison
equal deleted inserted replaced
351:21f4fd41e41e 352:e7e2f2fcc765
92 * (Old format: "TI DDDDDDDDDD LLL [data])" 92 * (Old format: "TI DDDDDDDDDD LLL [data])"
93 * T=Type, I=Info, yyyymmddThh:mm:ssZ=date, LLL=0-padded-len 93 * T=Type, I=Info, yyyymmddThh:mm:ssZ=date, LLL=0-padded-len
94 * 94 *
95 * Types: 95 * Types:
96 * - M message Info: S (send) R (receive) 96 * - M message Info: S (send) R (receive)
97 * - S status Info: [oaifdcn] 97 * - S status Info: [_oifdna]
98 * We don't check them, we'll trust the caller. 98 * We don't check them, we'll trust the caller.
99 */ 99 */
100 100
101 fp = fopen(filename, "a"); 101 fp = fopen(filename, "a");
102 g_free(filename); 102 g_free(filename);