Skip to content

Commit 2e07973

Browse files
committed
Fix: Replace non-ASCII characters with ASCII equivalents
1 parent 768e33c commit 2e07973

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Tests/com/drew/metadata/fuzzer/ImageMetadataReaderFuzzer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public static void fuzzerTestOneInput(FuzzedDataProvider data) {
3636
} catch (IOException | ImageProcessingException e) {
3737
// Expected
3838
} catch (Exception e) {
39-
// Unexpected potential bug
39+
// Unexpected -- potential bug
4040
}
4141
}
4242
}

0 commit comments

Comments
 (0)