Minimal semantic fixes.

This commit is contained in:
Zack Rusin 2003-02-10 03:14:29 +00:00
parent 3d27cbff91
commit 9ac27f95fe
3 changed files with 15 additions and 10 deletions

View file

@ -1,3 +1,8 @@
2003-02-09 Zack Rusin <zack@kde.org>
* test/bus-test.c: make_it_compile
* doc/dbus-specification.sgml: minimal semantic fix
2003-02-06 Anders Carlsson <andersca@codefactory.se>
Release 0.3

View file

@ -43,7 +43,7 @@
</listitem>
<listitem>
<para>
D-BUS is <emphasis>low-overhead</emphasis> because it is uses a
D-BUS is <emphasis>low-overhead</emphasis> because it uses a
binary protocol, and does not have to convert to and from a text
format such as XML. Because D-BUS is intended for potentially
high-resolution same-machine IPC, not primarily for Internet IPC,

View file

@ -96,8 +96,8 @@ loop_quit (void)
static void
loop_run (void)
{
running_loop = TRUE;
long start_time = get_time ();
running_loop = TRUE;
/* Horribly inefficient main loop */
while (running_loop)