mcabber/src/histolog.c
changeset 1311 0dda8238af21
parent 1303 b6fdbfa6b219
child 1342 06441b6cc23a
equal deleted inserted replaced
1310:a5336c44d4e2 1311:0dda8238af21
   126    * (Old format: "TI DDDDDDDDDD LLL [data])"
   126    * (Old format: "TI DDDDDDDDDD LLL [data])"
   127    * T=Type, I=Info, yyyymmddThh:mm:ssZ=date, LLL=0-padded-len
   127    * T=Type, I=Info, yyyymmddThh:mm:ssZ=date, LLL=0-padded-len
   128    *
   128    *
   129    * Types:
   129    * Types:
   130    * - M message    Info: S (send) R (receive)
   130    * - M message    Info: S (send) R (receive)
   131    * - S status     Info: [_oifdna]
   131    * - S status     Info: [_ofdnai]
   132    * We don't check them, we'll trust the caller.
   132    * We don't check them, we'll trust the caller.
   133    */
   133    */
   134 
   134 
   135   fp = fopen(filename, "a");
   135   fp = fopen(filename, "a");
   136   g_free(filename);
   136   g_free(filename);