summaryrefslogtreecommitdiff
path: root/libs/pbd/whitespace.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2007-01-17 02:35:16 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2007-01-17 02:35:16 +0000
commit3dfae5be660dd271e7895a481b7fbfbeee7981a4 (patch)
tree7f43bd8ca8ce20153c9f95f45fda76379eb4279f /libs/pbd/whitespace.cc
parent762d2ae936bd78053d9f344ce9392b7867304ae2 (diff)
merge by hand changes from mtaht to fix up export behaviour, and gcc warnings when optimized
git-svn-id: svn://localhost/ardour2/trunk@1332 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/pbd/whitespace.cc')
-rw-r--r--libs/pbd/whitespace.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/pbd/whitespace.cc b/libs/pbd/whitespace.cc
index a719fb169f..9568c1781c 100644
--- a/libs/pbd/whitespace.cc
+++ b/libs/pbd/whitespace.cc
@@ -9,7 +9,7 @@ strip_whitespace_edges (string& str)
{
string::size_type i;
string::size_type len;
- string::size_type s;
+ string::size_type s = 0;
len = str.length();