Commit Graph

6 Commits

Author SHA1 Message Date
Kristian Setälä c5e17d2436 fix #2 2015-08-04 10:14:31 +03:00
selurvedu 2602e1710f Fix issues found by Cppcheck
These include:

  - [X11Exception.h:16]: Class 'X11Exception' has a constructor
    with 1 argument that is not explicit.

  - [wrapper.cpp:62]: Array index 'i' is used before limits check.

  - [wrapper.cpp:183]: Exception should be caught by reference.
2015-07-27 22:02:07 +00:00
Kristian Setälä 3c6ed2cb47 Added code to validate arg for the set command 2010-01-07 22:23:02 +02:00
Kristian Setälä fafaa71e6d -p, -s => print, set; error on incorrect format tag 2010-01-07 22:01:36 +02:00
Kristian Setälä 17eae4b2a8 Changed commands '-p' and '-s' to 'print' and 'set' 2010-01-07 20:32:06 +02:00
Kristian Setälä 1d6f9d4cf1 The wrapper program 2010-01-02 23:02:57 +02:00