Remove a superfluos temporary variable in get_last_url()
authorFabian Keil <fk@fabiankeil.de>
Sun, 30 Oct 2011 16:16:07 +0000 (16:16 +0000)
committerFabian Keil <fk@fabiankeil.de>
Sun, 30 Oct 2011 16:16:07 +0000 (16:16 +0000)
commit5d9cfc05611df825ca8e09bd578506ef62f17cd9
tree01c32f7af49d76d5f2c4e779397605f4af0466ec
parent94c203c16875c63002889472e48cea13217996f8
Remove a superfluos temporary variable in get_last_url()

'subject' is already strdup()'d so there's no need
to make another temporary copy for strtok().
filters.c