diff libfaim/aim_meta.c @ 283:0f14e6d8a51b

[gaim-migrate @ 293] - Good fun things here. Sometimes I think Adam does things just to make it difficult for me, I swear (j/k :) ). - I moved all the .h files into the faim/ directory because I'm tired of changing faim/aim.h to just aim.h every time Adam makes an update. - libfaim can now send messages much longer than WinAIM or TOC can. But, the length checking code is still in conversation.c, and I haven't changed it yet, mostly because I'm lazy. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Wed, 31 May 2000 03:20:11 +0000
parents 918db59d3814
children b402a23f35df
line wrap: on
line diff
--- a/libfaim/aim_meta.c	Wed May 31 00:57:39 2000 +0000
+++ b/libfaim/aim_meta.c	Wed May 31 03:20:11 2000 +0000
@@ -10,12 +10,12 @@
 #include <faim/aim.h>
 /* #include <aim_buildcode.h> /* generated by mkbuildinfo.sh */
 
-long long aim_getbuilddate(void)
+char *aim_getbuilddate(void)
 {
   return AIM_BUILDDATE;
 }
 
-long long aim_getbuildtime(void)
+char *aim_getbuildtime(void)
 {
   return AIM_BUILDTIME;
 }
@@ -24,7 +24,7 @@
 {
   static char string[100];
 
-  snprintf(string, 99, "%d.%d.%d-%Ld%Ld", 
+  snprintf(string, 99, "%d.%d.%d-%s%s", 
 	   FAIM_VERSION_MAJOR,
 	   FAIM_VERSION_MINOR,
 	   FAIM_VERSION_MINORMINOR,