This Trac instance is not used for development anymore!

We migrated our development workflow to git and Gitea.
To test the future redirection, replace trac by ariadne in the page URL.

Changeset 9872 for ps


Ignore:
Timestamp:
07/18/11 13:10:13 (13 years ago)
Author:
philip
Message:

Fix build errors

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ps/trunk/source/lib/sysdep/os/linux/ldbg.cpp

    r9534 r9872  
    6565    for (size_t i = 0; (int)i < bt_size && bufpos+MAX_OUT_CHARS < bufend; i++)
    6666    {
    67         wchar_t file[DBG_FILE_LEN];
    68         wchar_t symbol[DBG_SYMBOL_LEN];
     67        wchar_t file[DEBUG_FILE_CHARS];
     68        wchar_t symbol[DEBUG_SYMBOL_CHARS];
    6969        int line;
    7070        int len;
     
    109109    if (symbols)
    110110    {
    111         swprintf_s(sym_name, DBG_SYMBOL_LEN, L"%hs", symbols[0]);
     111        swprintf_s(sym_name, DEBUG_SYMBOL_CHARS, L"%hs", symbols[0]);
    112112        free(symbols);
    113113
Note: See TracChangeset for help on using the changeset viewer.