aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2009-11-23 23:48:26 -0800
committerDan Williams <dcbw@redhat.com>2009-11-23 23:48:26 -0800
commit3be4a15189aef361187b86df64f62ca70284dee3 (patch)
tree6ba226aa1a75afdf8717717fff2baccf5223e3da /src
parentd8ff5f74e008289ad512bb15f2c4cb1576752221 (diff)
parente5b5c8339472a37d3a44ac6239fc3d9bdb9ce5cc (diff)
Merge commit 'origin/master' into states
Diffstat (limited to 'src')
-rw-r--r--src/mm-plugin-base.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mm-plugin-base.c b/src/mm-plugin-base.c
index 7455046f..540670aa 100644
--- a/src/mm-plugin-base.c
+++ b/src/mm-plugin-base.c
@@ -489,7 +489,7 @@ mm_plugin_base_probe_port (MMPluginBase *self,
serial = mm_serial_port_new (name, MM_PORT_TYPE_PRIMARY);
g_object_set (serial,
- MM_SERIAL_PORT_SEND_DELAY, 100000,
+ MM_SERIAL_PORT_SEND_DELAY, (guint64) 100000,
MM_PORT_CARRIER_DETECT, FALSE,
NULL);