Browse Source

[fixed] forgotten $ in initg

anjuna krokus 4 months ago
parent
commit
a93dee2527
1 changed files with 1 additions and 1 deletions
  1. 1 1
      locations/initg.qsrc

+ 1 - 1
locations/initg.qsrc

@@ -15,7 +15,7 @@ if $ARGS[0] = '':
 	if STRPOS($initext, '\r') < 4 : $initext = MID($initext,STRPOS($initext, '\r')+1, len($initext))
 	if STRPOS($initext, '\n') > 0 : jump 'initg_loop'
 	$t = $initext
-	$inittext[] = t
+	$inittext[] = $t
 	$t
 	dynamic $t
 	killvar '$t'