Skip to content

Instantly share code, notes, and snippets.

diff --git a/os/io.c b/os/io.c
index 8181a86..fa024ce 100644
--- a/os/io.c
+++ b/os/io.c
@@ -843,7 +843,7 @@ WriteToClient(ClientPtr who, int count, const void *__buf)
}
}
#endif
- if (oco->count == 0 || oco->count + count + padBytes > oco->size) {
+ if (oco->count + count + padBytes > oco->size) {
class FeuilleEmployesController < ApplicationController
def update
@feuille_employe = FeuilleEmploye.find(params[:id])
@feuille_employe.update_attributes(feuille_employe_params)
render :partial => "list_item", :layout => false, :locals => { :feuille_employe => @feuille_employe }
end
private
def feuille_employe_params
map <ESC>[0D <C-Left>
map <ESC>[0C <C-Right>
map! <ESC>[0D <C-Left>
map! <ESC>[0C <C-Right>
gtk-theme-name="Greybird"
gtk-icon-theme-name="AwOkenDark"
gtk-font-name="Ubuntu 10"
gtk-cursor-theme-name="win8"
gtk-cursor-theme-size=0
gtk-toolbar-style=GTK_TOOLBAR_ICONS
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
gtk-button-images=1
gtk-menu-images=1
gtk-enable-event-sounds=0
gtk-theme-name="Greybird"
gtk-icon-theme-name="AwOkenDark"
gtk-font-name="Ubuntu 10"
gtk-cursor-theme-name="win8"
gtk-cursor-theme-size=0
gtk-toolbar-style=GTK_TOOLBAR_ICONS
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
gtk-button-images=1
gtk-menu-images=1
gtk-enable-event-sounds=0
Making all in bin
make[2]: Entering directory '/home/oxez/vlc/vlc-2.1.4/bin'
GEN ../modules/plugins.dat
/bin/bash: line 4: 17992 Segmentation fault ./vlc-cache-gen ../modules
Makefile:1538: recipe for target '../modules/plugins.dat' failed
make[2]: *** [../modules/plugins.dat] Error 139
make[2]: Leaving directory '/home/oxez/vlc/vlc-2.1.4/bin'
style "whiskermenu" {
engine "pixmap" {
image {
function = BOX
recolorable = TRUE
state = NORMAL
file = "bg.png"
stretch = TRUE
}
image {
style "whiskermenu" {
engine "pixmap" {
image {
function = BOX
state = NORMAL
file = "bg.png"
stretch = TRUE
}
image {
function = BOX
import os
import ycm_core
flags = [
'-std=c99',
'-x',
'c',
'-I'
'.',
'-isystem',
package main
import sf "bitbucket.org/krepa098/gosfml2"
func main() {
videoMode := sf.VideoMode{800, 600, 24}
window := sf.NewRenderWindow(videoMode, "Test", sf.StyleDefault, sf.DefaultContextSettings())
window.SetFramerateLimit(60)