From: Michael D. Lowis Date: Thu, 23 Feb 2023 03:01:13 +0000 (-0500) Subject: tweaked types X-Git-Url: https://git.mdlowis.com/?a=commitdiff_plain;h=f821398399a648d0dffa4025d57e45add86de779;p=proto%2Faos.git tweaked types --- diff --git a/inc/liba.h b/inc/liba.h index 43737f4..8ac5e66 100644 --- a/inc/liba.h +++ b/inc/liba.h @@ -89,7 +89,7 @@ MBusMessage* MBus_CreateMessage(MBusIdentifier dest); void MBus_PutBool(MBusMessage* msg, Bool val); void MBus_PutInt(MBusMessage* msg, Int val); void MBus_PutFloat(MBusMessage* msg, Real val); -void MBus_PutString(MBusMessage* msg, Real val); +void MBus_PutString(MBusMessage* msg, char* val); /* Basic Runtime Facilities