Skip to content

Commit e237fe1

Browse files
committed
Use correct load method
1 parent 852f4c0 commit e237fe1

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
@@ -260,7 +260,7 @@ static void handle_g3(const httplib::Request & req, httplib::Response & resp)
260260
if (!first)
261261
os << "," << std::endl;
262262

263-
frame.load(ifs);
263+
frame.loads(ifs);
264264
if (i++ >= n_skip) {
265265
frame.saveJSON(os);
266266
first = false;

0 commit comments

Comments
 (0)