Subversion Repositories tpanel

Rev

Rev 446 | Rev 484 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 446 Rev 474
Line 1... Line 1...
1
/*
1
/*
2
 * Copyright (C) 2020, 2021 by Andreas Theofilu <andreas@theosys.at>
2
 * Copyright (C) 2020 to 2024 by Andreas Theofilu <andreas@theosys.at>
3
 *
3
 *
4
 * This program is free software; you can redistribute it and/or modify
4
 * This program is free software; you can redistribute it and/or modify
5
 * it under the terms of the GNU General Public License as published by
5
 * it under the terms of the GNU General Public License as published by
6
 * the Free Software Foundation; either version 3 of the License, or
6
 * the Free Software Foundation; either version 3 of the License, or
7
 * (at your option) any later version.
7
 * (at your option) any later version.
Line 766... Line 766...
766
{
766
{
767
    mThreadID = tid;
767
    mThreadID = tid;
768
    return Current();
768
    return Current();
769
}
769
}
770
 
770
 
771
void TError::logHex(char* str, size_t size)
771
void TError::logHex(const char* str, size_t size)
772
{
772
{
773
    if (!str || !size)
773
    if (!str || !size)
774
        return;
774
        return;
775
 
775
 
776
    if (!Current())
776
    if (!Current())