Home
last modified time | relevance | path

Searched hist:"3641948 f78e312bc04986d74659cf80fe255f147" (Results 1 – 1 of 1) sorted by relevance

/haiku/src/apps/deskbar/
H A DStatusView.cpp3641948f78e312bc04986d74659cf80fe255f147 Mon Sep 11 16:57:07 UTC 2017 John Scipione <jscipione@gmail.com> Deskbar: better checking on string comparison

Check if both strings are NULL before passing to strcmp().

It would be bad if view->Name() were NULL and we tried to dereference it.

Thanks Jérôme for noticing this.