On Thu, Feb 21, 2008 at 2:53 AM, <codesite...@google.com> wrote:
> Author: cavalcantii
> Date: Wed Feb 20 21:53:04 2008
> New Revision: 484
>
> Modified:
> trunk/amora-server/src/dbus.c
>
> Log:
> Sanitize bad wording.
>
>
>
> Modified: trunk/amora-server/src/dbus.c
> ==============================================================================
> --- trunk/amora-server/src/dbus.c (original)
> +++ trunk/amora-server/src/dbus.c Wed Feb 20 21:53:04 2008
> @@ -157,7 +157,7 @@
> dbus_message_get_args(msg, NULL, DBUS_TYPE_STRING,
> &path, DBUS_TYPE_INVALID);
>
> - /* basename() systax is fscking ugly */
> + /* basename() systax is awful ugly */
> basec = strdup(path);
> bname = basename(basec);
>
>
--
Ademar de Souza Reis Jr. <ade...@ademar.org>
http://www.ademar.org/
http://blog.ademar.org/
^[:wq!
IOW, why consider it "bad language" and why the necessity to
"sanitize" the code? Is it a matter of personal taste or are there
other reasons? :-)
Regards,
- Ademar
I hope you don't drink enough to eventually decide to put a system("rm
-rf /") somewhere
in the source code. ;-)
Best regards,
- Ademar
--