comparison libpurple/plugins/log_reader.c @ 18380:e7546fb1c1a3

set flags in QIP logger to prevent the problem with history plugin.
author Michael Shkutkov <mshkutkov@soc.pidgin.im>
date Sun, 01 Jul 2007 08:02:31 +0000
parents 07c8311ec4e4
children 4df67bf416be
comparison
equal deleted inserted replaced
18373:07c8311ec4e4 18380:e7546fb1c1a3
1922 char *selected; 1922 char *selected;
1923 GError *error; 1923 GError *error;
1924 char *utf8_string; 1924 char *utf8_string;
1925 FILE *file; 1925 FILE *file;
1926 1926
1927 1927 *flags = PURPLE_LOG_READ_NO_NEWLINE;
1928 g_return_val_if_fail(log != NULL, g_strdup("")); 1928 g_return_val_if_fail(log != NULL, g_strdup(""));
1929 1929
1930 data = log->logger_data; 1930 data = log->logger_data;
1931 1931
1932 g_return_val_if_fail(data->path != NULL, g_strdup("")); 1932 g_return_val_if_fail(data->path != NULL, g_strdup(""));