]> code.citadel.org Git - citadel.git/blobdiff - citadel/ChangeLog
* base64.c: mapped fi and fo to stdin and stdout using
[citadel.git] / citadel / ChangeLog
index 4c7189d7e43274bcd30928fbf4e87c1ca4404e77..b4169858c33ed6b926b3965c16a5835d40ebcd84 100644 (file)
@@ -1,3 +1,8 @@
+Thu Jun  3 11:35:18 EDT 1999 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
+       * base64.c: mapped fi and fo to stdin and stdout using
+         actual code rather than assignment at declaration time
+         (several users of Red Hat Linux 6.0 reported problems)
+
 Fri May 21 20:05:00 EDT 1999 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
        * Added function CtdlGetDynamicSymbol() for dynamic symbol allocation
        * server.h: Changed discrete #define's to enum's where appropriate