Move resource conversions

This commit is contained in:
James Booth
2016-07-24 16:27:39 +01:00
parent ef942bd27a
commit 37742d71b6
6 changed files with 78 additions and 77 deletions

View File

@@ -472,7 +472,7 @@ chat_log_get_previous(const gchar *const login, const gchar *const recipient)
g_string_free(header, FALSE);
char *line;
while ((line = prof_getline(logp)) != NULL) {
while ((line = file_getline(logp)) != NULL) {
history = g_slist_append(history, line);
}