about summary refs log tree commit diff
path: root/converter/other/cameratopam/identify.c
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2016-05-09 05:10:44 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2016-05-09 05:10:44 +0000
commit8b7a3351ed7e6c1784e59a65790b7e7ec1e9a5bc (patch)
tree1006893768e34cd79077fa74e576c346f963515c /converter/other/cameratopam/identify.c
parent3bb2edc4c1563f23e5e2922095eb8d6705e499d1 (diff)
downloadnetpbm-mirror-8b7a3351ed7e6c1784e59a65790b7e7ec1e9a5bc.tar.gz
netpbm-mirror-8b7a3351ed7e6c1784e59a65790b7e7ec1e9a5bc.tar.xz
netpbm-mirror-8b7a3351ed7e6c1784e59a65790b7e7ec1e9a5bc.zip
Release 10.74.03
git-svn-id: http://svn.code.sf.net/p/netpbm/code/advanced@2772 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'converter/other/cameratopam/identify.c')
-rw-r--r--converter/other/cameratopam/identify.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/converter/other/cameratopam/identify.c b/converter/other/cameratopam/identify.c
index 394ba0a7..02208be6 100644
--- a/converter/other/cameratopam/identify.c
+++ b/converter/other/cameratopam/identify.c
@@ -250,7 +250,7 @@ adobeCoeff(const char * const make,
         if (strneq(name, entryP->prefix, strlen(entryP->prefix))) {
             unsigned int j;
             for (j = 0; j < 12; ++j)
-                cm[j/4][j%4] = entryP->trans[j];
+                cm[j/3][j%3] = entryP->trans[j];
             dng_coeff(cc, cm, xyz);
 
             break;