# HG changeset patch # User atlka # Date 1004017574 0 # Node ID 24427e03cd66a71f1f77fa4d9b85e46fe6efc3bd # Parent 1e0a75f83c9c7439c6b09309bed8fb09372d4a72 remowing warning message diff -r 1e0a75f83c9c -r 24427e03cd66 subreader.c --- a/subreader.c Thu Oct 25 13:32:48 2001 +0000 +++ b/subreader.c Thu Oct 25 13:46:14 2001 +0000 @@ -435,14 +435,14 @@ if (!fgets (line, 1000, fd)) return NULL; - sub_readtext(&line,¤t->text[0]); + sub_readtext((char *) &line,¤t->text[0]); current->lines = 1; current->end = current->start; // will be corrected by next subtitle if (!fgets (line, 1000, fd)) return current;; - sub_readtext(&line,¤t->text[1]); + sub_readtext((char *) &line,¤t->text[1]); current->lines = 2; if ((current->text[0]=="") && (current->text[1]=="")) {