look_for_link: simplify string
commit2cab7a545536ad1c7301d799426223445a0c0c03
authorMiciah Dashiel Butler Masters <miciah@myrealbox.com>
Wed, 18 Jan 2006 20:38:33 +0000 (18 20:38 +0000)
committerJonas Fonseca <fonseca@antimatter.localdomain>
Sun, 29 Jan 2006 10:19:34 +0000 (29 11:19 +0100)
treea71c8cf07c15c9bddebafc8e3bb9b3762d39191c
parenta191b4dc31d2b07be1c0608903e4e312acb264ce
look_for_link: simplify string

Use stracpy(empty_string_or_(target_base)) instead of
null_or_stracpy(target_base) and then stracpy("") if that returns NULL.
src/document/html/parser.c