comparison tools/lib64fmts.c @ 1946:c30dfd5e3227

Add a comment.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 29 Jun 2018 04:05:32 +0300
parents f530a858c06f
children 5fc3da6061be
comparison
equal deleted inserted replaced
1945:80d67f0e8567 1946:c30dfd5e3227
312 const DMC64Image *img, const DMC64ImageFormat *fmt) 312 const DMC64Image *img, const DMC64ImageFormat *fmt)
313 { 313 {
314 (void) op; 314 (void) op;
315 (void) img; 315 (void) img;
316 (void) fmt; 316 (void) fmt;
317 // Here we assume that the op triggering this function is
318 // at the end of the oplist, so the memory is allocated,
317 memcpy(buf->data + fmtGunPaintMagicOffs + 2, fmtGunPaintMagicID, fmtGunPaintMagicLen); 319 memcpy(buf->data + fmtGunPaintMagicOffs + 2, fmtGunPaintMagicID, fmtGunPaintMagicLen);
318 return TRUE; 320 return TRUE;
319 } 321 }
320 322
321 323