about summary refs log tree commit diff stats
path: root/base64.h
diff options
context:
space:
mode:
authorJoe DF <joedf@live.ca>2015-06-12 00:34:32 -0400
committerJoe DF <joedf@live.ca>2015-06-12 00:34:32 -0400
commit6dfd3e629a7a60c6d61eaece15bd98aac595ee0d (patch)
treeeed35a0973ba5d025594477dc4fe2bba197b5c74 /base64.h
parent096766661a31ad756285f699e917dff86a5d56a3 (diff)
downloadbase64-6dfd3e629a7a60c6d61eaece15bd98aac595ee0d.tar.gz
b64_encodef() was returning wrong size
b64_decodef() not yet working.
Diffstat (limited to 'base64.h')
-rw-r--r--base64.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/base64.h b/base64.h
index 7cec63d..d7a1072 100644
--- a/base64.h
+++ b/base64.h
@@ -2,7 +2,7 @@
 	base64.c - by Joe DF (joedf@ahkscript.org)
 	Released under the MIT License
 	
-	Revision: 18:30 2014-09-22
+	Revision: 2015-06-12 00:02:32
 	
 	Thank you for inspiration:
 	http://www.codeproject.com/Tips/813146/Fast-base-functions-for-encode-decode