]> bicyclesonthemoon.info Git - ott/bsta/blobdiff - info.1.pl
Done comment system
[ott/bsta] / info.1.pl
index c1eeda5e3b22942c754538a778f05523fdd606fa..09f185ae054d001fb76859c4b65af3c8c10f55c3 100644 (file)
--- a/info.1.pl
+++ b/info.1.pl
@@ -168,7 +168,12 @@ else {
        if ($method eq 'HEAD') {
                exit;
        }
-       write_data_file(\*STDOUT, '', '', \%state);
+       write_data_file(
+               \*STDOUT, \%state, '',
+               0, 0, 0,
+               '>>', 1
+       );
+       
        exit;
 }
 
@@ -219,4 +224,8 @@ print "\n";
 if($method eq 'HEAD') {
        exit;
 }
-write_data_file(\*STDOUT, '', '', \%frame_data);
+write_data_file(
+       \*STDOUT, \%frame_data, '',
+       0, 0, 0,
+       '>>', 1
+);