From f522b039a52ae0094fb928ac60a66c4ae0f6c5b9 Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Mon, 20 May 2019 21:24:20 +0200 Subject: [PATCH] Remove outdated comment Signed-off-by: Stefan Weil --- src/ccutil/serialis.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ccutil/serialis.h b/src/ccutil/serialis.h index c1d1483c..095b9227 100644 --- a/src/ccutil/serialis.h +++ b/src/ccutil/serialis.h @@ -123,7 +123,6 @@ class TFile { // Reads a line like fgets. Returns nullptr on EOF, otherwise buffer. // Reads at most buffer_size bytes, including '\0' terminator, even if // the line is longer. Does nothing if buffer_size <= 0. - // To use fscanf use FGets and sscanf. char* FGets(char* buffer, int buffer_size); // Replicates fread, followed by a swap of the bytes if needed, returning the // number of items read. If swap_ is true then the count items will each have