Warning fix; formatting fixes
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2550 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
@@ -916,8 +916,8 @@ typedef struct summary_state
|
||||
// extended state
|
||||
BOOLEAN Initialized;
|
||||
BOOLEAN PrintNext;
|
||||
TFB_SoundChain *NextSub;
|
||||
UNICODE *LeftOver;
|
||||
const TFB_SoundChain *NextSub;
|
||||
const UNICODE *LeftOver;
|
||||
|
||||
} SUMMARY_STATE;
|
||||
typedef SUMMARY_STATE *PSUMMARY_STATE;
|
||||
@@ -983,7 +983,7 @@ DoConvSummary (PSUMMARY_STATE pSS)
|
||||
for (row = 0; row < MAX_SUMM_ROWS && pSS->NextSub;
|
||||
++row, pSS->NextSub = pSS->NextSub->next)
|
||||
{
|
||||
UNICODE *next;
|
||||
const unsigned char *next;
|
||||
|
||||
if (pSS->LeftOver)
|
||||
{ // some text left from last subtitle
|
||||
|
||||
Reference in New Issue
Block a user