about summary refs log tree commit diff stats
path: root/src/structdump.h
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2011-05-19 23:49:11 -0400
committerThomas E. Dickey <dickey@invisible-island.net>2011-05-19 23:49:11 -0400
commit018a486c2b209618cfc30be7728349c1617e0e5a (patch)
treed9f957a3c1c6c4684764c4aca17cc10b896840fa /src/structdump.h
parent5a82c9fe06ff24c8e6ddcd72ca840efec3a710dc (diff)
downloadlynx-snapshots-018a486c2b209618cfc30be7728349c1617e0e5a.tar.gz
snapshot of project "lynx", label v2-8-8dev_8d
Diffstat (limited to 'src/structdump.h')
-rw-r--r--src/structdump.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/structdump.h b/src/structdump.h
index f9be55ae..a084486b 100644
--- a/src/structdump.h
+++ b/src/structdump.h
@@ -109,6 +109,7 @@ CTRACE((tfp, "\n" \
             "orig_submit_value=|%s|\n"   \
             "           size_l=%d\n"     \
             "         disabled=%d\n"     \
+            "         readonly=%d\n"     \
             "          name_cs=%d\n"     \
             "         value_cs=%d\n"     \
             "        accept_cs=|%s|\n"   \
@@ -120,7 +121,7 @@ CTRACE((tfp, "\n" \
             (F)->hrange, (F)->lrange, (F)->select_list, (F)->submit_action, \
             (F)->submit_method, (F)->submit_enctype, (F)->submit_title, \
             (F)->no_cache, (F)->cp_submit_value, (F)->orig_submit_value, \
-            (F)->size_l, (F)->disabled, (F)->name_cs, (F)->value_cs, \
+            (F)->size_l, (F)->disabled, (F)->readonly, (F)->name_cs, (F)->value_cs, \
             (F)->accept_cs)); \
 } else { \
 CTRACE((tfp, "\n" \