summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2017-07-28 10:01:42 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2017-07-28 10:01:42 (GMT)
commit463252ebc68e838f2da95a349c44ad74b35be10b (patch)
tree2301c98042810f574206bf2c6c441d23e99680b7 /ChangeLog
parent81a4be1d7f2621a899c23db6243ce5aefddbbe93 (diff)
Fixed compilation warnings.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e11a601..05b4dea 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
17-07-28 Cyrille Bagard <nocbos@gmail.com>
+ * src/gui/menus/project.c:
+ * src/gui/menus/view.c:
+ Fix compilation warnings.
+
+17-07-28 Cyrille Bagard <nocbos@gmail.com>
+
* plugins/pychrysa/pychrysa.c:
Replace the deprecated readdir_r() function by readdir() calls.