Changeset 5c97509f2a7fa46f5b71a51333adf0f93612b924

Show
Ignore:
Timestamp:
11/20/07 18:03:44 (10 months ago)
Author:
Rémi Denis-Courmont <rem@videolan.org>
git-committer:
Rémi Denis-Courmont <rem@videolan.org> 1195578224 +0000
git-parent:

[6d0efe5f852c59415e883bea64d58d5f2bb4a86a]

git-author:
Rémi Denis-Courmont <rem@videolan.org> 1195578224 +0000
Message:

Use cached ACP

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • src/text/wincp.c

    rd549f3b r5c97509  
    216216                break; 
    217217            default: 
    218                 snprintf (buf, sizeof (buf), "CP%u", GetACP ()); 
     218                snprintf (buf, sizeof (buf), "CP%u", cp); 
    219219        } 
    220220    }