mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-16 18:58:50 +00:00
small fix over previous commit
Monotone-Parent: 5fb0fae471bb22f9c4ce7361ef22d9d213f30c0b Monotone-Revision: 4120c09ec69b99d41cd339f49faa9ae17aa03b61 Monotone-Author: ludovic@Sophos.ca Monotone-Date: 2011-05-17T12:08:22 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -180,8 +180,7 @@ static NSData* _sanitizeContent(NSData *theData)
|
||||
// We search until we find a '"' or a space
|
||||
j = 8;
|
||||
|
||||
//while (*(bytes+j) != ' ' || *(bytes+j) != '"')
|
||||
while (*(bytes+j) != '"')
|
||||
while (*(bytes+j) != ' ' && *(bytes+j) != '"')
|
||||
{
|
||||
j++;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user