• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revisión6efbea1bc5bf9bf6421de87495efd96740cd6b78 (tree)
Tiempo2019-02-02 22:42:30
Autordhrname <dhrname@user...>
Commiterdhrname

Log Message

Modify the ST_main

Cambiar Resumen

Diferencia incremental

--- a/source_code/shadowstar.c
+++ b/source_code/shadowstar.c
@@ -1354,7 +1354,7 @@ uint_fast64_t ST_readFile(ST_Char *name, ST_File_Call callback)
13541354 * 上記のST_readFile関数のコールバック関数として使用*/
13551355 void ST_main(ST_Char* s, uint_fast64_t filelength)
13561356 {
1357- ST_Token_Mode tokens[100] = {0};
1357+ ST_Token_Mode tokens[STAR_TOKEN_LENGTH_MAX] = {0};
13581358 size_t length = sizeof(tokens) / sizeof(tokens[0]);
13591359 ST_Ordered_Pair *varlist = ST_tokenize(s, tokens);
13601360
Binary files a/source_code/shadowstar.o and b/source_code/shadowstar.o differ