From 2895ee6d567d781998d1eef1f7b55438e1acb85c Mon Sep 17 00:00:00 2001 From: visionmercer <62051836+visionmercer@users.noreply.github.com> Date: Mon, 13 Jun 2022 13:42:38 +0200 Subject: [PATCH] Update savebinarypbm.bm --- savebinarypbm.bm | 1 + 1 file changed, 1 insertion(+) diff --git a/savebinarypbm.bm b/savebinarypbm.bm index e177939..7f13a1b 100644 --- a/savebinarypbm.bm +++ b/savebinarypbm.bm @@ -35,4 +35,5 @@ Sub saveBinaryPBM (handle As Long, filename As String) Next If (imgheight * imgwidth) Mod 8 <> 0 Then Put #1, , outbyte Close #ff + _Source oldsource End Sub