From dd98ca18a71678179c7f16a77a32e418fb5d1bba Mon Sep 17 00:00:00 2001 From: David Rose Date: Tue, 8 Apr 2003 16:14:28 +0000 Subject: [PATCH] findstring was backwards --- panda/src/doc/ppremake-variables.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/panda/src/doc/ppremake-variables.txt b/panda/src/doc/ppremake-variables.txt index 5e4c2dba7b..9f572e4727 100644 --- a/panda/src/doc/ppremake-variables.txt +++ b/panda/src/doc/ppremake-variables.txt @@ -369,8 +369,8 @@ value is either the empty string (false) or a nonempty string (true). $[wordsubst ,,] - like $[subst], except it only replaces whole words. - $[findstring ,] - returns if and only if it is a substring - of ; otherwise, returns the empty string. + $[findstring ,] - returns if and only if it is a substring + of ; otherwise, returns the empty string. $[sort ] - returns the space-separated list of , sorted into alphabetical order. This also removes duplicate