Changeset 307 in flair-src for trunk/tools


Ignore:
Timestamp:
03/08/19 10:30:25 (5 years ago)
Author:
Sanahuja Guillaume
Message:

resove bug in times

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/Controller/DualShock3/src/DualShock3.cpp

    r300 r307  
    491491  if (bind(sk, (struct sockaddr *)&addr, sizeof(addr)) < 0) {
    492492    close(sk);
    493     fatal("bind");
     493    char errorMsg[256];
     494    Thread::Err("bth bind, %s\n", strerror_r(errno, errorMsg, sizeof(errorMsg)));
     495    return -1;
    494496  }
    495497
Note: See TracChangeset for help on using the changeset viewer.