Skip to content

Commit 73988ce

Browse files
committed
s
1 parent bc90c33 commit 73988ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: lib/tokenlist.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ static void storeInput(std::istream &code)
373373
std::ostringstream oss;
374374
oss << code.rdbuf();
375375
code.seekg(0);
376-
std::ofstream out(STORE_INPUT_DIR + "/" + std::to_string(num++));
376+
std::ofstream out(STORE_INPUT_DIR "/" + std::to_string(num++));
377377
out << oss.str();
378378
}
379379
}

0 commit comments

Comments
 (0)