summaryrefslogtreecommitdiffstats
path: root/src/base/cmd/cmd.c
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2012-08-25 12:32:44 -0700
committerAlan Mishchenko <alanmi@berkeley.edu>2012-08-25 12:32:44 -0700
commit2a7a06b653f1165b2bdf48bb1de2779ae4cc0172 (patch)
tree0df95c6f428c725cfd72416b56c26bcc66013f9f /src/base/cmd/cmd.c
parent49c5799934a5ab4f4ca2143e0edb43823ed4b0dd (diff)
downloadabc-2a7a06b653f1165b2bdf48bb1de2779ae4cc0172.tar.gz
abc-2a7a06b653f1165b2bdf48bb1de2779ae4cc0172.tar.bz2
abc-2a7a06b653f1165b2bdf48bb1de2779ae4cc0172.zip
Added recording history of used commands into file 'abc.history' (Windows only).
Diffstat (limited to 'src/base/cmd/cmd.c')
-rw-r--r--src/base/cmd/cmd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/base/cmd/cmd.c b/src/base/cmd/cmd.c
index e594c65a..8c40e71e 100644
--- a/src/base/cmd/cmd.c
+++ b/src/base/cmd/cmd.c
@@ -125,7 +125,7 @@ void Cmd_End( Abc_Frame_t * pAbc )
st_generator * gen;
char * pKey, * pValue;
#if defined(WIN32)
- Cmd_HistoryWrite( pAbc );
+ Cmd_HistoryWrite( pAbc, ABC_INFINITY );
#endif
// st_free_table( pAbc->tCommands, (void (*)()) 0, CmdCommandFree );