Explorar el Código

changed the Parameter length back to 256

git-svn-id: https://svn.inf.ethz.ch/svn/lecturers/a2/trunk@8612 8c9fc860-2736-0410-a75d-ab315db34111
eth.morozova hace 6 años
padre
commit
66e85a864c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      source/Options.Mod

+ 1 - 1
source/Options.Mod

@@ -62,7 +62,7 @@ CONST
 TYPE
 
 	Name* = ARRAY 32 OF CHAR;
-	Parameter* = ARRAY 256*8 OF CHAR;
+	Parameter* = ARRAY 256 OF CHAR;
 
 	Option = RECORD
 		isSet : BOOLEAN;