noteobj.cpp
changeset 625 22955004d512
parent 613 8fb5b3956b3e
child 645 2abfdb7e85f4
     1.1 --- a/noteobj.cpp	Fri Nov 09 12:07:21 2007 +0000
     1.2 +++ b/noteobj.cpp	Fri Nov 09 12:07:22 2007 +0000
     1.3 @@ -168,7 +168,7 @@
     1.4  	// There are 2 <style> tags in one <li>, so we merge them here
     1.5  	int pos=0;
     1.6  	bool inbracket=false;
     1.7 -	int begin_bracket;
     1.8 +	int begin_bracket=0;
     1.9  	bool inquot=false;
    1.10  	QString n=note;
    1.11  	while (pos<n.length())