Skip to content

Commit

Permalink
Remove outdated comment
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Weil <sw@weilnetz.de>
  • Loading branch information
stweil committed Jun 22, 2019
1 parent ea20bf0 commit f522b03
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ccutil/serialis.h
Expand Up @@ -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
Expand Down

0 comments on commit f522b03

Please sign in to comment.