summaryrefslogtreecommitdiffstats
path: root/examples/libsmbclient/teststat.c
diff options
context:
space:
mode:
authorDerrell Lipman <derrell@samba.org>2005-12-25 02:00:35 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:05:56 -0500
commit9d36d5ee2dc42b55e97ff23f2ee2b9ac11aba116 (patch)
treede1533b0823987b5fe53b6b62352c9ce9e38397d /examples/libsmbclient/teststat.c
parent56b20b83971f94b0692f7e6685b352a76f14ef38 (diff)
downloadsamba-9d36d5ee2dc42b55e97ff23f2ee2b9ac11aba116.tar.gz
samba-9d36d5ee2dc42b55e97ff23f2ee2b9ac11aba116.tar.xz
samba-9d36d5ee2dc42b55e97ff23f2ee2b9ac11aba116.zip
r12467: r12029@cabra: derrell | 2005-12-24 20:25:59 -0500
add another libsmbclient test program (This used to be commit 133cd3952b7f5fc9e9ca8d82a33ed1272067a6c8)
Diffstat (limited to 'examples/libsmbclient/teststat.c')
-rw-r--r--examples/libsmbclient/teststat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/libsmbclient/teststat.c b/examples/libsmbclient/teststat.c
index 29517efb6f6..86c69e4e2cd 100644
--- a/examples/libsmbclient/teststat.c
+++ b/examples/libsmbclient/teststat.c
@@ -48,7 +48,7 @@ int main(int argc, char * argv[])
return 1;
}
- printf("SAMBA\n mtime:%lu/%s ctime:%lu/%s atime:%lu/%s\n",
+ printf("\nSAMBA\n mtime:%lu/%s ctime:%lu/%s atime:%lu/%s\n",
st.st_mtime, ctime_r(&st.st_mtime, mtime),
st.st_ctime, ctime_r(&st.st_ctime, ctime),
st.st_atime, ctime_r(&st.st_atime, atime));