From 0b422c07ac983feaaccc7113c558288f2ee99be1 Mon Sep 17 00:00:00 2001 From: Matou Date: Sat, 7 Mar 2026 14:20:29 +0200 Subject: [PATCH] use SSF_START_APP instead of hardcoded subfunction number 7 --- programs/quotkinizer.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programs/quotkinizer.inc b/programs/quotkinizer.inc index 2d36fdcff..db732e1e2 100644 --- a/programs/quotkinizer.inc +++ b/programs/quotkinizer.inc @@ -43,7 +43,7 @@ start: int 0x40 fi: - dd 7, 0, 0, 0, 0 + dd SSF_START_APP, 0, 0, 0, 0 db 0 dd target_path