Const-correctness on fsmRmdirs() and fsmMkdirs()
authorPanu Matilainen <pmatilai@redhat.com>
Wed, 16 Dec 2009 07:52:59 +0000 (09:52 +0200)
committerPanu Matilainen <pmatilai@redhat.com>
Wed, 16 Dec 2009 07:52:59 +0000 (09:52 +0200)
commitb22c266003bdd4dd4067ea6ec77bec5cee24d12b
treec5965a6d0ea2a4094853f6e028832bb390d9ebf4
parent0d4a9d13cb8e600f193e9731744d0bdbff8a1956
Const-correctness on fsmRmdirs() and fsmMkdirs()
- both functions need to copy the data anyway as they modify, just use
  a helper variable to cleanly avoid the const strings from iterator
lib/fsm.c