]> git.lizzy.rs Git - plan9front.git/blobdiff - sys/src/cmd/acid/list.c
abaco: cleanup, handle image/x-icon, don't use backspace as a hotkey, and remove...
[plan9front.git] / sys / src / cmd / acid / list.c
index 5ad7c54e4c86746009c17c8a685fc33c60800766..be0c3362bf1f8811a622210343f67cd423008c76 100644 (file)
@@ -185,7 +185,7 @@ listvar(char *s, vlong v)
        l->string = strnode(s);
        l->next = al(TINT);
        l = l->next;
-       l->fmt = 'X';
+       l->fmt = 'A';
        l->ival = v;
 
        return tl;
@@ -260,7 +260,7 @@ trlist(Map *map, uvlong pc, uvlong sp, Symbol *sym)
        l = al(TINT);                   /* Function address */
        q->l = l;
        l->ival = sym->value;
-       l->fmt = 'X';
+       l->fmt = 'A';
 
        l->next = al(TINT);             /* called from address */
        l = l->next;