From: Joel Reicher Date: Tue, 11 Apr 2006 14:09:11 +0000 (+0000) Subject: Created app_msgarg() (append message arg) and a simple resizable array X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/174d375bb4b9bcaa0c3f28c422216f68703494a8?ds=inline;hp=174d375bb4b9bcaa0c3f28c422216f68703494a8 Created app_msgarg() (append message arg) and a simple resizable array struct to go with it that do almost exactly what the code they've replaced was doing. Replaced this (duplicated) code in many files with a call to app_msgarg(). ---