lib: Rename fgets_slash to x_fgets_slash
[martins/samba.git] / source3 / printing / print_standard.c
index 140ca70739db467eb549fc8e6476e54ae92157ad..080ef077207d4d9dc62e1a500cb8ec9d2420b700 100644 (file)
@@ -73,7 +73,8 @@ bool std_pcap_cache_reload(const char *pcap_name, struct pcap_cache **_pcache)
                return false;
        }
 
-       for (; (pcap_line = fgets_slash(NULL, 1024, pcap_file)) != NULL; free(pcap_line)) {
+       for (; (pcap_line = x_fgets_slash(NULL, 1024, pcap_file)) != NULL;
+            free(pcap_line)) {
                char *name = NULL;
                char *comment = NULL;
                char *p, *q;