1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-02 03:50:36 +00:00

Fix hash test

- hopefully
This commit is contained in:
Roland Heyder 2024-02-03 14:11:59 +01:00
parent 40fe9f3059
commit 212986abd8
2 changed files with 0 additions and 2 deletions

View file

@ -16,7 +16,6 @@ PRINT "-----------------------------------------"
PRINT "Adler32: "; RIGHT$("00000000" + HEX$(_ADLER32(t$)), 8)
PRINT " Crc32: "; RIGHT$("00000000" + HEX$(_CRC32(t$)), 8)
PRINT " Md5: "; _MD5$(t$)
PRINT
SYSTEM

View file

@ -11,4 +11,3 @@ Txt-Len: 0
Adler32: 00000001
Crc32: 00000000
Md5: D41D8CD98F00B204E9800998ECF8427E