Skip to content

Commit e6aa608

Browse files
authored
Bug in ob_start
1 parent 4fd38bb commit e6aa608

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scs

+1-1
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ if ($com1 === "history"){
181181
rdiff(($iview--)-1, $dirhash);
182182
}
183183
if ($rep === "r"){
184-
@ob_end_clean;
184+
@ob_end_clean();
185185
echo "\033[1mcp -P '$lastp2' '$rpath'\e[0m\n";
186186
readline("Confirm copy? ");
187187
system("cp -P '$lastp2' '$rpath'");

0 commit comments

Comments
 (0)