Skip to content

Commit 6867d13

Browse files
committed
type error
1 parent 9160dbb commit 6867d13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CppCoreGuidelines.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8526,7 +8526,7 @@ The more traditional and lower-level near-equivalent is longer, messier, harder
85268526
is.read(s, maxstring);
85278527
res[elemcount++] = s;
85288528
}
8529-
nread = elemcount;
8529+
nread = &elemcount;
85308530
return res;
85318531
}
85328532

0 commit comments

Comments
 (0)