diff options
author | Bradley Smith | 2008-03-08 22:54:23 +0000 |
---|---|---|
committer | Bradley Smith | 2008-03-08 22:54:23 +0000 |
commit | 99080bd960207a217ddd28bfefde6ffb867c426f (patch) | |
tree | 536e0269de5fb2820c4e8396b9ffffcfac11dca4 /ChangeLog | |
parent | Add -g to compile flags. (diff) | |
download | gnurobots-99080bd960207a217ddd28bfefde6ffb867c426f.tar.gz |
Add error message when given an invalid instruction.
Add initial ui update to avoid corruption.
Signed-off-by: Bradley Smith <brad@brad-smith.co.uk>
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -4,6 +4,9 @@ Correct Map Type, and tidy up. * lib/x11plugin.h: Correct X11_Plugin Type, and tidy up. + * src/main.c: + Add error message when given an invalid instruction. + Add initial ui update to avoid corruption. 2008-03-07 Bradley Smith <brad@brad-smith.co.uk> |