Skip to content

Commit

Permalink
fix: C2664
Browse files Browse the repository at this point in the history
  • Loading branch information
Young-Lord committed Nov 10, 2023
1 parent e667407 commit 2064ba4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion QQMsg/QQMsg.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ int MsgEx_ShowMsg(char *pOut, int retLen)
char *pName, *pMsg, *pOffset;;
int msgType=0, nameLen=0, msgLen=0;
char *strTime;
long t;
time_t t;
int offset=0;


Expand Down

0 comments on commit 2064ba4

Please sign in to comment.