Skip to content

Commit 091f2e6

Browse files
committed
bug
1 parent 391b187 commit 091f2e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

serve/src/spt3g-json-serve-files.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ static void handle_g3(const httplib::Request & req, httplib::Response & resp)
255255

256256
bool first = true;
257257
int i = 0;
258-
while(ifs.peek() != EOF) {
258+
while(ifs->peek() != EOF) {
259259
if (!first)
260260
os << "," << std::endl;
261261

0 commit comments

Comments
 (0)