# HG changeset patch # User Binki # Date 2009-08-16 18:19:28 # Node ID 3cf61ccc9f27208e75bb9d73b75e8dcb183439f2 # Parent b36d84a3204abc4634efd244395c99438c99a281 commented on _distren_asprintf diff --git a/src/common/asprintf.h b/src/common/asprintf.h --- a/src/common/asprintf.h +++ b/src/common/asprintf.h @@ -21,7 +21,7 @@ #define _LIBDISTRENCOMMON_ASPRINTF_H /** - Conforming asprintf replacement. + Conforming (and inefficient ;-)) asprintf replacement. */ int _distren_asprintf(char **strp, const char *fmt, ...);