Fixed critical bug in loss logging functions (pointer realloced to early)

Implemented Converter tool -> needs refactoring toward non document based
This commit is contained in:
2017-06-21 23:36:33 +02:00
parent 086c8a0f94
commit ca171e44f3
19 changed files with 944 additions and 34 deletions
+2 -2
View File
@@ -15,9 +15,9 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>4.1</string>
<string>4.2</string>
<key>CFBundleVersion</key>
<string>48</string>
<string>49</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.utilities</string>
<key>LSMinimumSystemVersion</key>
+2 -2
View File
@@ -1,2 +1,2 @@
version 4.1
build 48
version 4.2
build 49