summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2016-12-15 21:59:08 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2016-12-15 21:59:08 (GMT)
commitd2aee5bdde7ca64fc4bb8553d98cc7d2ac92c5e5 (patch)
tree028835a80d0ec571d0d62cfe941b6c95ddf7996a /ChangeLog
parentece6eb62458f0222f769741ce123eadde07b017c (diff)
Fixed a bug when replacing strings.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index faa863e..e0658ed 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
16-12-15 Cyrille Bagard <nocbos@gmail.com>
+ * src/common/extstr.c:
+ Fix a bug when replacing strings.
+
+16-12-15 Cyrille Bagard <nocbos@gmail.com>
+
* src/arch/arm/v7/helpers.c:
* src/arch/arm/v7/helpers.h:
Remove dead code and a compilation warning.