aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2008-02-03 15:49:22 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2008-02-03 15:49:22 +0000
commitb715bd28d26ee982f5276da6266755b361e42758 (patch)
tree6bf59e4ff30805e4198d3cf63d7d1e0f6c0b12ee /epan
parent47d744b59da83744623bea39c006eb7e2ec02de9 (diff)
Ups, fix a typo from last checkin.
svn path=/trunk/; revision=24259
Diffstat (limited to 'epan')
-rw-r--r--epan/filesystem.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/filesystem.c b/epan/filesystem.c
index 9194226aef..86c37b5f05 100644
--- a/epan/filesystem.c
+++ b/epan/filesystem.c
@@ -1137,7 +1137,7 @@ get_persdatafile_dir(void)
/* the "My Captures" sub-directory is created (if it doesn't exist)
by u3util.exe when the U3 Wireshark is first run */
- szPath = g_strdup_printf("%s%s", 3devicedocumentpath, U3_MY_CAPTURES);
+ szPath = g_strdup_printf("%s%s", u3devicedocumentpath, U3_MY_CAPTURES);
persdatafile_dir = szPath;
return szPath;