2
0
Brucey 3 жил өмнө
parent
commit
1d9957d946

+ 1 - 1
zip.mod/examples/example_01.bmx

@@ -9,7 +9,7 @@ wa.SetFormat(EArchiveFormat.ZIP)
 wa.Open("data.zip")
 
 wa.AddEntry("testdata.txt")
-wa.AddEntry("테스트_데이터.txt")
+wa.AddEntry("테스트_데이터.txt")
 
 wa.Close()