Merge pull request #344 from ankushb92/ankush2

#338
This commit is contained in:
Dominik Schürmann
2014-03-06 21:59:56 +01:00
28 changed files with 85 additions and 85 deletions

View File

@@ -748,7 +748,7 @@ public class KeychainIntentService extends IntentService implements ProgressDial
*/
// need to have access to the bufferedInput, so we can reuse it for the possible
// PGPObject chunks after the first one, e.g. files with several consecutive ASCII
// armour blocks
// armor blocks
BufferedInputStream bufferedInput = new BufferedInputStream(new ByteArrayInputStream(downloadedKey));
try {