ALT Linux Bugzilla
– Attachment 906 Details for
Bug 6943
В The Gimp не открываются цифровые фотографии
New bug
|
Search
|
[?]
|
Help
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
Патч для libexif
libexif-fix-jpg.patch (text/plain), 430 bytes, created by
ru_classic
on 2005-05-25 01:27:28 MSD
(
hide
)
Description:
Патч для libexif
Filename:
MIME Type:
Creator:
ru_classic
Created:
2005-05-25 01:27:28 MSD
Size:
430 bytes
patch
obsolete
>--- libexif/libexif/libexif/exif-data.c 2005/03/09 22:11:48 1.67 >+++ libexif/libexif/libexif/exif-data.c 2005/03/13 19:56:13 1.68 >@@ -231,7 +231,7 @@ > * the offset must be an even number. If we need to introduce > * a padding byte, we set it to 0. > */ >- if (s & 1) *ds++; >+ if (s & 1) (*ds)++; > *d = exif_mem_realloc (data->priv->mem, *d, *ds); > if (!*d) { > EXIF_LOG_NO_MEMORY (data->priv->log, "ExifData", *ds);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 6943
: 906 |
907