all repos — fluxbox @ 15547c4179cae40e33fe7f62daafd4d54e97e8bb

custom fork of the fluxbox windowmanager

fix build issue, use cerr instead of fprintf(stderr
rathnor rathnor
commit

15547c4179cae40e33fe7f62daafd4d54e97e8bb

parent

cde85506b308a03fedc29e21a660f764bfc428ec

1 files changed, 2 insertions(+), 2 deletions(-)

jump to
M src/FbTk/FbPixmap.ccsrc/FbTk/FbPixmap.cc

@@ -19,7 +19,7 @@ // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING

// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: FbPixmap.cc,v 1.16 2004/09/11 22:58:20 fluxgen Exp $ +// $Id: FbPixmap.cc,v 1.17 2004/09/24 06:23:17 rathnor Exp $ #include "FbPixmap.hh" #include "App.hh"

@@ -317,7 +317,7 @@ (unsigned char **) &data) == Success) {

if (real_format == 32 && items_read == 1) { if (print_error && strcmp(prop_ids[prop], "_XSETROOT_ID") == 0) { - fprintf(stderr, "%s", error_message); + cerr<<error_message; print_error = false; } else root_pm = (Pixmap) (*data);