list dict filename

2 views
Skip to first unread message

RichardS

unread,
Nov 3, 2010, 8:50:11 AM11/3/10
to Exodus Users
Just playing around and HAD to get "list dict filename" working. It's
a simple code change in list.cpp (10.10.5)

after line 447 change from:

//get the filename
filename = word;
if (word eq "DICT") {
gosub getword();
filename = "dict_" ^ word;
}

to:

//get the filename
// deleted
if (word eq "DICT") {
gosub getword();
word = "dict_" ^ word; // changed
}
filename = word; // new



richard.

Steve Bush

unread,
Nov 3, 2010, 8:59:47 AM11/3/10
to exodus...@googlegroups.com
o wow, the first contribution to exodus. congrats to you, sir.

I have just added your thingie into my code and will be up in the subversion root shortly.


--
You received this message because you are subscribed to the Google Groups "Exodus Users" group.
To post to this group, send email to exodus...@googlegroups.com.
To unsubscribe from this group, send email to exodus-users...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/exodus-users?hl=en.


Reply all
Reply to author
Forward
0 new messages