repo: rxvt-unicode-sixel action: commit revision: path_from: revision_from: 24d29c72bb72d80d6b26550fc1356e7af357de95: path_to: revision_to:
commit 24d29c72bb72d80d6b26550fc1356e7af357de95 Author: Marc LehmannDate: Thu Jun 30 17:03:45 2016 +0000 *** empty log message *** diff --git a/src/command.C b/src/command.C
--- a/src/command.C
+++ b/src/command.C
@@ -3393,7 +3393,7 @@ rxvt_term::map_rgb24_color (unsigned int r, unsigned int g, unsigned int b)
if (rgb24_color[index] == color)
{
- rgb24_seqno[idx] = ++rgb24_sequence;
+ rgb24_seqno[index] = ++rgb24_sequence;
return index + minTermCOLOR24;
}
-----END OF PAGE-----