Projects STRLCPY ScreenshotBOF Commits ea2ec16b
🤬
  • ■ ■ ■ ■ ■
    bin/BOF/screenshotBOF.cna
    skipped 10 lines
    11 11   # figure out the arch of this session
    12 12   $barch = barch($1);
    13 13   # read in the right BOF file
    14  - $handle = openf(script_resource("screenshotBOF. $+ $barch $+ .obj"));
     14 + $handle = openf(script_resource("ScreenshotBOF. $+ $barch $+ .obj"));
    15 15   $data = readb($handle, -1);
    16 16   closef($handle);
    17 17   # announce what we're doing
    skipped 1 lines
    19 19   # execute it.
    20 20   beacon_inline_execute($1, $data, "go", $args);
    21 21  }
     22 + 
Please wait...
Page is in error, reload to recover