aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorDouglas Gilbert <dgilbert@interlog.com>2020-12-07 22:38:39 +0000
committerDouglas Gilbert <dgilbert@interlog.com>2020-12-07 22:38:39 +0000
commitb206b913ba15dd25996794c10107ce7e7c5def0f (patch)
tree1a98ac0e0395365db0334663401027dd789a6639 /examples
parentf277836fbdf1af79ef905fa357609f0e45db99dc (diff)
downloadsg3_utils-b206b913ba15dd25996794c10107ce7e7c5def0f.tar.gz
gcc-10: suppress warnings
git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@868 6180dd3e-e324-4e3e-922d-17de1ae2f315
Diffstat (limited to 'examples')
-rw-r--r--examples/sg__sat_set_features.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/sg__sat_set_features.c b/examples/sg__sat_set_features.c
index fc7a8cc2..0b200477 100644
--- a/examples/sg__sat_set_features.c
+++ b/examples/sg__sat_set_features.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2006-2018 Douglas Gilbert.
+ * Copyright (c) 2006-2020 Douglas Gilbert.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -56,9 +56,9 @@
#define ATA_SET_FEATURES 0xef
-#define EBUFF_SZ 256
+#define EBUFF_SZ 512
-static char * version_str = "1.05 20180220";
+static char * version_str = "1.06 20201125";
static struct option long_options[] = {
{"count", required_argument, 0, 'c'},