Revision 0f6f7138
src/image/Image.cc | ||
---|---|---|
661 | 661 |
break; |
662 | 662 |
|
663 | 663 |
case DATABLOCK: |
664 |
prefix += static_cast<char>(('d'+ *index));
|
|
664 |
prefix += static_cast<char>(('e'+ *index));
|
|
665 | 665 |
*index = *index + 1; |
666 | 666 |
break; |
667 | 667 |
|
Also available in: Unified diff