From 476ea3f93eea6227ce871ddfcc4d5c7c24707661 Mon Sep 17 00:00:00 2001 From: marian Date: Mon, 14 Jan 2008 12:10:20 +0000 Subject: [PATCH] Changed comment. git-svn-id: http://voip.null.ro/svn/yate@1626 acf43c95-373e-0410-b603-e72c3f656dc1 --- yatemime.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yatemime.h b/yatemime.h index 79caf44e..1dbd4846 100644 --- a/yatemime.h +++ b/yatemime.h @@ -521,7 +521,7 @@ private: // Remove quotes if present. Trim blanks // Insert CRLF and boundary marks ('--') before parameter // @param boundary Destination string - // @return False if the parameter is missing + // @return False if the parameter is missing or the boundary is empty bool getBoundary(String& boundary) const;